home *** CD-ROM | disk | FTP | other *** search
- /* RotPreSet3.rex */
- /* -------------- */
- /* Description: Will set the X,Y and Z rotation value previously set */
- /* with 'Set3' button. */
-
- options results
-
- address 'JCGRAPH'
-
- if open('Preset','T:RotPreset3','R') then do
- Rotation=readln('Preset')
- 'SetRotation ' Rotation
- end
-